func github.com/andybalholm/brotli.zopfliCostModelGetDistanceCost
3 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L211: func zopfliCostModelGetDistanceCost(self *zopfliCostModel, distcode uint) float32 {
backward_references_hq.go#L435: var dist_cost float32 = base_cost + zopfliCostModelGetDistanceCost(model, j)
backward_references_hq.go#L481: dist_cost = base_cost + float32(distnumextra) + zopfliCostModelGetDistanceCost(model, uint(dist_symbol)&0x3FF)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |